@charset "utf-8";

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.75em;
    background: #000 url(../i/bkg_bricks.png);
	background: url(../i/bkg_bricks.png), url(../i/bkg_glow.jpg) no-repeat 50% 0, #000;
}


h1,h2,h3,h4,h5,h6 {
	font-family: "Cambria", Georgia, "Times New Roman", serif;
}

h1,h3,h5{

}
h2,h4,h6 {
    font-style: italic;
}

h1 {
	font-size: 30px;
	line-height: 1.2em;
	margin: 0 0 20px 0;
	padding: 0;
}

h2 {
	font-size: 24px;
	line-height: 1.25em;
	margin: -25px 0 20px 0;
	color: #1a7a3a;
}

h3 {
	margin: 20px 0 10px 0;
	font-size: 24px;
}

h4 {
	margin: 20px 0 5px 0;
	font-size: 18px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

p {
	margin: 10px 0 15px 0;
}

div.alignright {
    max-width: 200px;
}

    div.alignright span {
        display: block;
        font: 11px/1.2em "Lucida Grande","Lucida Sans Unicode", sans-serif;
        text-align: center;
        margin: 5px 0 0 0;
        color: #6a6a6a;
    }

/* ============================================================================ **
**       STRUCTURE                                                        
** ============================================================================ */

#container, #content_bottom, #content {
	width: 960px;
	margin: 0 auto;
}

#content_top {
    background:#fff;
    position: relative;
    border: 10px solid #fff;
}

#content_top_slider {
    width: 72.7%;
    max-height: 412px;
    float: left;
    position: relative;
    z-index: 1;
}

#content_bottom, #content {
    background: url(https://www.baylor.edu/mediacommunications/i/bkg_home_bottom.png) repeat-y 0 0;
    background-size: 100%;
    position: relative;
}

    #content_bottom {
        margin-top: 20px;    
    }

    .splash_page #container {
        background: none;
    }

    #content_main_padding {
        padding: 30px;
    }

    #content_main_padding ul, #content_main_padding ol {
            margin: 10px 0 10px 25px;
            line-height: 1.3em;
        }
        
        #content_main_padding ul p {
            margin: 0;  
        }

    #content_main_padding  ul {
            list-style: disc;   
        }
        
        #content_main_padding  ol {
            list-style: decimal;    
        }
        
            #content_main_padding ul ul {
                list-style: circle;
                margin-top: 0;
            }

            #content_main_padding li {
                margin: 0 0 5px 0;
            }

/* ============================================================================ **
**       NAVIGATION                                                        
** ============================================================================ */

#navbar {
	height: 40px;
	background: url(https://www.baylor.edu/mediacommunications/i/bkg_nav.png) repeat-x 0 0;
	font-family: "Lucida Grande","Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	z-index: 55000000;
	position: relative;
}

    #topnav {
        height: 100%;
        float:left;
    }

		#navbar ul li {
			background: url(https://www.baylor.edu/mediacommunications/i/nav_divider.png) no-repeat 100% 0;
			padding-right: 2px;
			float: left;
			position: relative;
		}

			#navbar ul li a {
				display: block;
				padding: 5px 12px;
				height: 30px;
				line-height: 30px;
				color: #303030;
				text-shadow: 1px 1px 1px rgba(255,255,255, 1);
			}
			
		#navbar ul li.current_page > a, #navbar ul li.current_page_parent > a {
			background: url(https://www.baylor.edu/mediacommunications/i/bkg_nav_active.png) repeat-x 0 0;
			color: #000;
		}
		
			#navbar ul li ul li.current_page > a {
				background: none;	
			}
	
				#navbar ul li a:hover, #navbar ul li:hover > a {
					background-color: #fff;
					color: #000;
					position: relative;
					z-index: 55000000;
				}
			
			#navbar ul li div {
				display: none;	
				position: absolute;
				top: 40px;
				width: 200px;
                left: 0;
				background-color: #fff;
				box-shadow: 0px 0px 5px rgba(0,0,0,.3);
				z-index: 4;
			}
			
				#navbar ul li:hover div {
					display: block;		
				}

                #navbar ul li.no_dropdown div {
                    display: none;
                }
				
				#navbar ul li ul li {
					float: none;
					background: none;
					padding: 0;
					margin: 0;	
				}
				
					#navbar ul li ul li a {
						line-height: 14px;
						height: auto;
						padding: 7px 14px;
					}
					
						#navbar ul li ul li a:hover {
							background: #eaeaea;
						}

/* ============================================================================ **
**       SEARCH                                                        
** ============================================================================ */

#search {
	float: right;
	position: relative;
}

	#search input#f_searchBox {
		background: #fff;
		background: rgba(255, 255, 255, 0.5);
		border: none;
		border-radius: 10px;
		box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
		color: #585858;
		height: 20px;
		line-height: 20px;
		margin: 10px;
		position: absolute;
		right: 0;
		padding: 0 20px 0 10px;
		width: 130px;
	}
	
		#search input#f_searchBox:focus {
			background: #fff;
			color: #000;
            box-shadow: 0 0 8px 0 rgba(0,0,0,0.4);
		}

	#f_searchSubmit {
		position: absolute;
		right: 16px;
		top: 12px;
		width: 16px;
		height: 16px;
		padding: 0;
		background: url(https://www.baylor.edu/mediacommunications/i/search_icon.png) no-repeat 0 0;
		text-indent: -9999px;
		border: none;
		cursor:pointer;
	}

	#f_searchSubmit:hover {
		background-position: -16px 0;
	}

		#f_searchSubmit:focus, #f_searchSubmit:active {
			background-position: -32px 0;
		}

/* ============================================================================ **
**       MESSAGE CENTER                                                        
** ============================================================================ */

#content_top_container {
    position: relative;
    overflow: hidden;
}

#content_top_text {
    clear: both;
}

    .slide {
        margin: 0;
    }

    .slides a {
        width: 100%;
        display: block;
    }

        .slides a img {
            width: 100%;
        }


#content_top_read_more {
    background: #0d311d;
    background-image: linear-gradient(left , rgb(13,49,29) 0%, rgb(13,68,37) 100%);
    background-image: -o-linear-gradient(left , rgb(13,49,29) 0%, rgb(13,68,37) 100%);
    background-image: -moz-linear-gradient(left , rgb(13,49,29) 0%, rgb(13,68,37) 100%);
    background-image: -webkit-linear-gradient(left , rgb(13,49,29) 0%, rgb(13,68,37) 100%);
    background-image: -ms-linear-gradient(left , rgb(13,49,29) 0%, rgb(13,68,37) 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, rgb(13,49,29)),
        color-stop(1, rgb(13,68,37))
    );
    width: 27.3%;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 5555;

}

    #content_top_read_more:after {
        content: " ";
        position: absolute;
        top: 0;
        width: 10px;
        height: 100%;
        left:0;
        background: white;
    }

#content_top_links {
    padding-left: 10px;
    font: 12px/1.15em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    height: 100%;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.splash_page .flex-control-nav {
    height: 80%;
}

    .splash_page .flex-control-nav li {
        margin: 0;
        padding: 0;
        height: 25%;
        position: relative;
    }

    .splash_page .flex-control-nav a {
        display: block;
        color: #fff;
        padding: 15px 10px 10px 15px;
        opacity: .8;
        position: absolute;
        top: 0;
        bottom: 0;
        left:0;
        right: 0;
        font: 12px/1.2em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
        cursor: pointer;
    }

        .splash_page .flex-control-nav a:hover {
            opacity: 1;
        }

        .splash_page .flex-control-nav a img {
            float: left;
            width: 40px;
            max-height: 100%;
        }

        .splash_page .flex-control-nav a span {
            display: block; 
            margin-left: 50px;
            overflow: hidden;
            height: 100%;
        }

            .splash_page .flex-control-nav a span em {
                font-style: normal;
                display: block;
                overflow: hidden;
                height: 100%;
                word-wrap: break-word;
            }
       
        .splash_page .flex-control-nav a.flex-active {
            opacity: 1;
            background: #002611;
            overflow: visible;
        }

            .splash_page .flex-control-nav a.flex-active:after {
                content: " ";
                position: absolute;
                top: 50%;
                left: -24px;
                border: 12px solid transparent;
                border-right-color: #002611;
                margin-top: -12px;
                z-index: 500;
            }

            .splash_page .flex-control-nav a.flex-active:before {
                content: " ";
                position: absolute;
                top: 50%;
                left: -42px;
                border: 18px solid transparent;
                border-right-color: #fff;
                margin-top: -18px;
                z-index: 490;
            }


    #content_top_read_more div.button {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 20%;
        margin: 0 0 0 10px;
    }
    
        #content_top_read_more div.button a {
            border-color: #868511;
            color: #fff;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
            background: #4e642a;
            background-image: linear-gradient(top, rgb(99,121,62) 0%, rgb(60,76,22) 100%);
            background-image: -o-linear-gradient(top, rgb(99,121,62) 0%, rgb(60,76,22) 100%);
            background-image: -moz-linear-gradient(top, rgb(99,121,62) 0%, rgb(60,76,22) 100%);
            background-image: -webkit-linear-gradient(top, rgb(99,121,62) 0%, rgb(60,76,22) 100%);
            background-image: -ms-linear-gradient(top, rgb(99,121,62) 0%, rgb(60,76,22) 100%);
            
            background-image: -webkit-gradient(
                linear,
                left top,
                left bottom,
                color-stop(0, rgb(99,121,62)),
                color-stop(1, rgb(60,76,22))
            );
            position: absolute;
            top: 50%;
            left: 10%;
            right: 10%;
            margin-top: -14px;
        }
        
            #content_top_read_more div.button a:hover {
                background: #3c4c16;
                background-image: linear-gradient(top, rgb(60,76,22) 0%, rgb(32,41,9) 100%);
                background-image: -o-linear-gradient(top, rgb(60,76,22) 0%, rgb(32,41,9) 100%);
                background-image: -moz-linear-gradient(top, rgb(60,76,22) 0%, rgb(32,41,9) 100%);
                background-image: -webkit-linear-gradient(top, rgb(60,76,22) 0%, rgb(32,41,9) 100%);
                background-image: -ms-linear-gradient(top, rgb(60,76,22) 0%, rgb(32,41,9) 100%);
                
                background-image: -webkit-gradient(
                    linear,
                    left top,
                    left bottom,
                    color-stop(0, rgb(60,76,22)),
                    color-stop(1, rgb(32,41,9))
                );
            }
            
            #content_top_read_more div.button a:active {
                border-color: #cda400;  
            }

#title_text {
    background: #fff;
    padding: 20px 40px 30px 40px;
    position: relative;
}

    #title_text .title_text_container {
        position: absolute;
        top: 30px;
        left: 30px;
        right: 30px;
    }

    #title_text .hidden {
        visibility: hidden;
        z-index: -1;
    }

/* ============================================================================ **
**       SPLASH PAGE                                                        
** ============================================================================ */


#content_main {
	float: left;
    width: 72.2%;
    padding-bottom: 50px;
}
	
		.front_category_container h3 {
            margin: 0 0 20px 0;
			font: bold 18px/1.25em Cambria, Georgia, "Times New Roman", Times, serif;
			text-transform: uppercase;
		}
		
			.front_category_container h3 a {
				float: right;
				display: block;
				font-weight: normal;
				font-style: italic;
				font-size: 11px;
				text-transform: none;	
			}

	.front_category_container {
		padding: 30px 30px 25px 30px;
		clear: both;
		background: url(https://www.baylor.edu/mediacommunications/i/divider.png) no-repeat 50% 0;
	}
	
		.front_cat_clear {
			clear: both;
			height: 1px;
		}
	
		.front_category_main {
			float: left;
			width: 60%;
		}
		
			.front_category_main h5 {
				font: 16px/1.2em Cambria, Georgia, "Times New Roman", Times, serif;
				margin: 0 15px 10px 0;
			}
		
			.front_cat_image {
				float: left;
				width: 50px;
			}
			
				.front_cat_image img {
					width: 100%;	
				}
				
			.front_cat_lead {
				margin: 0 0 0 65px;
				padding: 0 15px 0 0;
				font: 12px/1.4em Tahoma, Geneva, sans-serif;
			}
			
		.front_category_other {
			float: left;
			width: 40%;	
		}
		
			.front_category_other h4 {
				font: 12px/1.3em Tahoma, Geneva, sans-serif;
				margin: 0 0 15px 15px;
			}
			
				.front_category_other h4 em {
					font-style: normal;
					font-size: 10px;	
				}


#homeNews {
    padding: 20px 10px 15px 20px;
}

    .newsArea {
        display: none;
    }

    .show {
        display: block;
    }

    #homeNews h2 {
        font-style: normal;
        font-size: 20px;
        color: #002f15;
        margin: 0;
    }

    #homeNews h3 {
        color: #1A7A3A;
        font-style: italic;
        font-size: 16px;
        margin: 0;
    }

    .news_category {
        display: none;
    }

    .news_item {
        clear: both;
        line-height: 1.4em;
        padding: 12px 0 12px 0;
    }

    div.news_headline {
        font: 22px/1.2em Cambria, Georgia, "Times New Roman", Times, serif;
        margin: 0 0 10px 0;
    }

        div.news_headline a {
            cursor: pointer;
        }
        
            div.news_headline a:hover {
                text-decoration: underline; 
            }

        div.news_date {
            float: left;
            margin-right: 5px;
            display: none;
        }

        div.news_date:after {
            content: " \2014 ";
        }

        div.news_headline b {
            font-weight: normal;
        }

        .news_morelink {
            display: none;
        }
        
        .news_story {
            padding: 3px 0 0 0;
        }
        
            .no_image .news_story {
                margin: 0;  
            }
        
        .news_photo {
            float: left;
            margin: 5px 10px 5px 0;
        }
        
            .news_photo img {
                border: 3px solid #fff;
                box-shadow: 0 0 5px #b0b0b0;
                width: 50px
            }

        #logout {
            float: right;
        }



/* Start Sidebar */

#sidebar {
	float: right;
	width: 27.8%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	text-shadow: 1px 1px 1px rgba(255,255,255, 1);
    position: relative;
}

    #sidebar:before {
        content: " ";
        display: block;
        position: absolute;
        top: -10px;
        left: -1px;
        width: 1px;
        bottom: 25px;
        background: #fff;
    }

        .splash_page #sidebar:before {
            display: none;
        }

    .content_page #sidebar {
        border-top: 10px solid #fff;
    }

		#sidebar h3, #sidebar h4 {
			font-size: 14px;
			margin: 0 0 10px 0;
			font-weight: bold;
			text-transform: uppercase;
		}
		
		#sidebar h4 {
			margin: 0 0 5px 0;
			text-transform: none;
		}

	#side_top {
		font-size: 12px;
		line-height: 1.35em;
	}
	
		#side_top ul {
			margin-bottom: 15px;	
		}

		#side_top ul li {
			line-height: 1.2em;
			margin: 0 0 4px 18px;
			list-style: circle;
		}
		
		#side_top:empty {
			display: none	
		}
		
		#side_top p {
			margin-top: 15px;
			line-height: 1.3em;	
		}
		
		#side_top h4 {
			text-transform: uppercase;	
		}
		
	.social_share {
		height: 16px;
		margin: 7px 0 20px 0;
	}
	
		.social_share a {
			float: left;
			margin: 0 10px 0 0;	
		}
		
			.social_share a img {
				opacity: .6;	
			}
			
				.social_share a:hover img {
					opacity: 1;	
				}
		
	#side_menu {
		padding: 10px 5px;
	}
	
		#side_menu h3, #side_top h3 {
			margin: 0 5px;	
		}
		
			#side_top h3 {
				padding-top: 10px;
				margin-bottom: 5px;	
			}
	
		#side_menu ul, #side_top  .news_list ul {
			border-top: 1px dotted #e8e8e8;
			margin: 0;	
		}
	
		#side_menu ul li, #side_top  .news_list ul li {
			font-size: 12px;
			line-height: 1.2em;
			border-bottom: 1px dotted #e8e8e8;
			margin: 0;
		}
		
			#side_menu ul li a, #side_top  .news_list ul li a {
				display: block;
				padding: 7px;	
			}
			
				#side_menu li a:hover, #side_top .news_list ul li a:hover {
					background: #e8e8e8;
				}
				
				#side_menu ul li.level2head > a {
					background: #f5f5f5;
					padding-left: 14px;
				}
				
		#side_menu ul li ul {
			border-top: none;
			padding: 0 0 0 10px;
		}
		
			#side_menu ul li ul li {
				border-bottom: none;
				border-top: 1px dotted #e8e8e8;
				background: #f5f5f5;
			}
			
				#side_menu ul li ul li a {
					font-size: 11px;
					padding: 4px 7px;
				}
				
					#side_menu ul li a#current {
						background: #eaeaea;
						color: #000;
						font-weight: bold;
					}
    #side_twitter, #side_contact, #mc_sidebar {
        padding: 30px;
    }

        #mc_sidebar {
            padding-bottom: 0;
        }

        #mc_sidebar h3 {
            margin: 0 0 15px 0;
            padding: 0
        }
	
	#side_contact {
        padding-top: 0;
		font-size: 12px;
		line-height: 1.35em;
		text-shadow: 1px 1px 1px rgba(255,255,255, 1);
	}

		#side_contact span {
			display: block;
			float: left;
			clear: both;
			text-transform: uppercase;
			font-size: 9px;
			font-weight: bold;
			color: #5f5f5f;
			padding-top: 1px;
		}
	
		#side_contact p {
			margin-left: 40px;
		}


	
	#content_more {
		background: #e0e6d8;
		position: absolute;
        bottom: 0;
        left:0;
        right: 27.8%;
		font-size: 12px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		padding: 12px 30px;
        overflow: hidden;
	}

        .content_more_links {
            float: right;
        }
	

#sideLinks {
    padding: 10px 0 0 0;
    font-size: 12px;
}

    #sideLinks ul.level1 {
        border-bottom: 1px solid #e3e3e3;
        border-bottom-color: rgba(255,255,255.3);
    }

    #sideLinks li {
        margin: 0;
        padding: 0;
    }

    #sideLinks a {
        display: block;
        padding: 12px 30px;
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #b1b1b1;
        border-top-color: rgba(255,255,255,.3);
        border-bottom-color: rgba(0,0,0,.12);
        line-height: 1.25em;
        color: #383838;
    }

        #sideLinks a:hover {
            background: #e3e3e3;
            background: rgba(255,255,255,.22);
            color: #000;
        }

    #sideLinks ul.level1 > li:first-child {
        font-weight: bold;
        font-size: 14px;
    }

        #sideLinks ul.level1 > li:first-child a {
            border-top: 0;
            background: none;
        }

        #sideLinks ul.level1 > li:first-child {
            background: none;
        }

    #sideLinks .has_children div {
        display: none;
    }

    #sideLinks ul.level1 > li {

    }

    #sideLinks li.current_page,#sideLinks li.current_page_parent {
        background: #e3e3e3;
        background: rgba(255,255,255,.5);
    }

    #sideLinks li.current_page > a {
        font-weight: bold;
        color: #000;
        position: relative;
    }

    #sideLinks li.current_page > a:after {
        content: " ";
        position: absolute;
        top: 50%;
        left:0;
        border: 7px solid transparent;
        border-left-color: #fff;
        margin-top: -7px;
    }

        #sideLinks .current_page_parent div, #sideLinks .current_page div {
            display: block;
        }

    #sideLinks ul.level2 {
        border-left: 10px solid #fff;
    }

    #sideLinks ul.level2 a {
        padding: 8px 20px;
    }



/**
 * CONTENT PAGES
 */

.content_page .flex-viewport {
    padding: 0 0 10px 0;
}

.content_page #news_page_image_container .slides {
    overflow: hidden;
    max-height: 500px;
}

.content_page .flex-control-nav {
    text-align: center;
    height: 10px;
    margin: 0;
    padding: 0;
}

    #news_page_image_container ul, #news_page_image_container ol {
        margin: 0;
        padding: 0;
    }

    .content_page #news_page_image_container .flex-control-nav li {
        display: inline-block;
        width:  10px;
        height: 100%;
        margin: 0 10px;
    }

    .lt-ie8 .content_page #news_page_image_container .flex-control-nav li {
        /* IE FIX */
        *display: inline;
        zoom: 1;
    }

        .content_page #news_page_image_container .flex-control-nav li a {
            display: block;
            width: 100%;
            height: 100%;
            background: #b3b3b3;
            border-radius: 50%;
            text-indent: -9999px;
            cursor: pointer;
        }

            .no-touch .content_page #news_page_image_container .flex-control-nav li a:hover {
                background: #6d6d6d;
            }

            .content_page #news_page_image_container .flex-control-nav li a.flex-active {
                background: #000 !important;
            }

#news_page_image_container {
    position: relative;
    margin: 0 0 25px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #dcdcdc;
}

.content_page .flex-direction-nav {
    display: none;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

    .content_page #news_page_image_container .flex-direction-nav li {
        margin: 0;
        padding: 0;
    }

    .content_page #news_page_image_container .flex-direction-nav .flex-prev, .content_page #news_page_image_container .flex-direction-nav .flex-next {
        position: absolute;
        top: 37%;
        left: 12px;
        height: 36px;
        width: 36px;
        background: #fff url(//www.baylor.edu/images/icons/standard/black/24/arrow_left.png) no-repeat 50% 50%;
        opacity: .5;
    }

    .content_page #news_page_image_container .flex-direction-nav .flex-next {
        left: auto;
        right: 12px;
        background-image: url(//www.baylor.edu/images/icons/standard/black/24/arrow_right.png);
    }

    .content_page .flex-direction-nav a {
        border-radius: 50%;
        display: block;
        box-shadow: 0 0 20px rgba(0,0,0,1);
        text-indent: -9999px;
        opacity: .5;
        filter: alpha(opacity=50);
        -webkit-transition: opacity .25s;
        -moz-transition: opacity .25s;
        -ms-transition: opacity .25s;
        -o-transition: opacity .25s;
        transition: opacity .25s;
    }

        .content_page .flex-direction-nav a:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .lt-ie8 .content_page .flex-direction-nav {
        display: none !important;
    }

.no-touch .content_page #news_page_image_container:hover .flex-direction-nav {
    display: block;
}


/* BUTTONS */

div.halves {
	margin: 15px 0 0 0;
}

	.half {
		float: left;
		width: 50%;
		padding-bottom: 15px;
	}

	.button {
		margin: 0 20px;
		font-family:  "Lucida Grande", "Lucida Sans Unicode", sans-serif;
		font-size: 12px;
	}

		.button_sm {
			margin: 0 75px;
			padding-top: 10px;
		}
	
	.button a {
		display: block;
		background: #e9e9e9;
		background-image: linear-gradient(top, rgb(248,248,248) 0%, rgb(233,233,233) 100%);
		background-image: -o-linear-gradient(top, rgb(248,248,248) 0%, rgb(233,233,233) 100%);
		background-image: -moz-linear-gradient(top, rgb(248,248,248) 0%, rgb(233,233,233) 100%);
		background-image: -webkit-linear-gradient(top, rgb(248,248,248) 0%, rgb(233,233,233) 100%);
		background-image: -ms-linear-gradient(top, rgb(248,248,248) 0%, rgb(233,233,233) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom,	color-stop(0, rgb(248,248,248)),	color-stop(1, rgb(233,233,233)));
		border-radius: 24px;
		border: 1px solid #afafaf;
		color: #505050;
		text-align: center;
		line-height: 14px;
		text-decoration: none !important;
		padding: 6px 10px;
		text-shadow: 1px 1px 1px rgba(255,255,255, 1);
	}

		.button_sm a {
			padding: 5px;
			border-radius: 16px;
			font-size: 11px;
		}

		.button a:hover {
			background: #afafaf;
			background-image: linear-gradient(top, rgb(233,233,233) 0%, rgb(200,200,200) 100%);
			background-image: -o-linear-gradient(top, rgb(233,233,233) 0%, rgb(200,200,200) 100%);
			background-image: -moz-linear-gradient(top, rgb(233,233,233) 0%, rgb(200,200,200) 100%);
			background-image: -webkit-linear-gradient(top, rgb(233,233,233) 0%, rgb(200,200,200) 100%);
			background-image: -ms-linear-gradient(top, rgb(233,233,233) 0%, rgb(200,200,200) 100%);
			background-image: -webkit-gradient(linear, left top, left bottom,	color-stop(0, rgb(233,233,233)),	color-stop(1, rgb(200,200,200)));
			border-color: #929292;
			color: #171717;
		}
		
/* NEWS PAGE */

h1.title:empty {
	display: none;
}

.socialMedia {
    margin: 0 0 15px 0;
}

    .fb-like {
        padding-right: 15px;
        float: left;
    }

        .lt-ie8 .fb-like span {
            display: block;
            float: left;
        }

#news_page_image_container {
	
}

.news_page_image {
	
}

    .news_page_image img {
        max-height: 384px;
    }

.news_page_single_image img {
    width: 100%;
}

.news_page_image img {
	width: 640px;
}

.news_page_image_desc {
	border-bottom: 1px solid #cdcdcd;
	padding: 10px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	color: #454545;
	margin: 0 0 15px 0;
}

	#news_page_image_container .news_page_image_desc {
		border: none;
		margin: 0;
		padding: 10px 0 0 0;
	}

#news_page_image_state {
	border-bottom: 1px solid #cdcdcd;
	margin: 0 0 15px 0;	
	text-align: center;
	padding: 15px 0 10px 0;
}

	#news_page_image_state a:first-child {
		margin-left: -8px;	
	}
	
/* CONTACT */

.contact {
	clear: both;
	padding: 22px 0 0 0;
}

.contact p {
	line-height: 1.4em;	
	font-style: italic;
	font-size: 16px;
	margin: 0 0 15px 0;
}
	.contact img {
		float: left;
		margin: 0 15px 10px 0;
		box-shadow: 0 0 10px #797979;
	}
	
	.contact_details {
		float: left;
		width: 435px;	
	}
	
	.contact_details ul li {
		list-style: circle;
		margin-left: 20px;
		line-height: 1.3em;
		margin-bottom: 3px;
	}

.contact h5 {
	font-size: 20px;
	margin: 0;
}

/* Child Page Listings */

.childPages {
    border-top: 1px dotted #ddd;
}

.childPages_item {
    border-bottom: 1px dotted #ddd;
    padding: 15px 0;
}

.childPages_header {
    margin: 0 0 10px 0;
    font-size: 20px;
}

.childPages_lede {
    margin: 0;
}

#bf_c {
    width: 960px;
}

span.news_date, span.news_content {
    display: block;
}

/* ============================================================================ */
/*       END CORE STYLES                                                        */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/*       BEGIN RESPONSIVE STYLES                                                */
/* ============================================================================ */

@media (min-width: 1025px) {
    #container, #content_bottom,#bf_c,#content {
        width: 1024px;
    }

    #search input#f_searchBox {
        width: 150px;
    }
}

/* ============================================================================ */
/*       BIG TABLET                                                             */
/* ============================================================================ */

@media (max-width: 1024px) {
    #container, #content_bottom,#bf_c,#content {
        width: 100%;
    }

    #search input#f_searchBox {
        width: 100px;
    }

    
}

@media (max-width: 900px) {
    #search input#f_searchBox {
        width: 80px;
    }

    #navbar ul li a {
        padding: 5px 9px;
    }

    #side_twitter, #side_contact, #mc_sidebar {
        padding: 20px;
    }

    
}

/* ============================================================================ */
/*       SMALL TABLET                                                           */
/* ============================================================================ */

@media (max-width: 767px) {
    #topnav {
        float: none;
    }

        #topnav > div {
            width: 100%;
        }

    #navbar {
        position: relative;
    }

    #search {
        position: absolute;
        top: -41px;
        right: 0;
    }

    #sideLinks {
        display: none;
    }

    #search input#f_searchBox {
        width: 125px;
        background: #000;
    }

    #navbar ul.level1 > li {
        width: 14.28%;
        width: 12.5%;
        padding: 0;
    }

    #navbar ul.level1 > li > a {
        padding: 5px 6px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        #navbar ul li ul li a {
            text-align: left;
        }

        #navbar ul li div {
            left: auto;
            right: 0;
        }

    #content {
        background: #fff;
    }

    #content_top_slider {
        width: auto;
        float: none;
    }

    #content_top_read_more {
        position: relative;
        width: auto;
        height: 50px;
    }

        #content_top_read_more:after {
            display: none;
        }

        #content_top_links {
            padding: 0;
        }

            .splash_page .flex-control-nav {
                height: 100%;
                width: 60%;
                float: left;
            }

                .splash_page .flex-control-nav li {
                    float: left;
                    height: 100%;
                    width: 25%;
                }

                .splash_page .flex-control-nav a {
                    position: relative;
                    padding: 8px;
                    height: 34px;
                }

                    .splash_page .flex-control-nav a img {
                        width: auto;
                        height: 100%;
                        max-height: 34px;
                        margin: 0 auto;
                        float: none;
                        border: 1px solid #000;
                    }

                .splash_page .flex-control-nav a span {
                    display: none;
                }

                .splash_page .flex-control-nav a.flex-active:before {
                    display: none;
                }

                .splash_page .flex-control-nav a.flex-active:after {
                    margin: 0;
                    top: -20px;
                    left: 50%;
                    border: 12px solid transparent;
                    border-bottom-color: #fff;
                    margin-left: -12px;
                }

                .splash_page .flex-control-nav a.flex-active {
                    background: #fff;
                }

    #content_top_read_more div.button {
        width: 30%;
        float: right;
        margin: 0 5% 0 0;
        position: static;
        height: 50px;
    }

        #content_top_read_more div.button a {
            position: static;
            margin: 11px 0 0 0;
        }

    #content_bottom, #content {
        background: #fff;
        padding-bottom: 50px;
    }

    #content_main,#sidebar {
        float: none;
        width: auto;
        padding: 0;
    }

    #sidebar {
        padding: 30px 30px 0 30px;
        background: url(https://www.baylor.edu/mediacommunications/i/divider.png) no-repeat 50% 0;
    }

        #side_twitter, #side_contact {
            float: left;
            width: 48%;
            padding: 0 0 30px 0;
        }

        #side_contact {
            float: right;
            width: 48%;
        }

    #content_more {
        right: 0;
    }


        
}

/* ============================================================================ */
/*       HANDHELD                                                               */
/* ============================================================================ */

@media (max-width: 569px) {
    #content_top {
        border: 0;
    }

    div.alignright {
        max-width: 50%;
    }

    #search {
        display: none;
    }

    .splash_page .flex-control-nav {
        width: auto;
        float: none;
    }

    #content_top_read_more div.button {
        display: none;
    }
    #navbar {
        height: 0;
    }
    #topnav {
        display: none;
    }

    #side_contact, #side_twitter {
        float: none;
        width: auto;
    }

    #content_top_read_more div.button a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space:nowrap;
    }

    .front_category_main, .front_category_other {
        float: none;
        width: auto;
    }
    .front_category_main h5 {
        font-size: 18px;
    }

    .front_category_other h4 {
        margin: 14px 0;
        font-size: 14px;
    }
    
}

/* ============================================================================ */
/*       PRINT STYLES                                                           */
/* ============================================================================ */

@media only print {
    
}
